RollbackSuspEventQuaraFile
Description
call the RollbackSuspEventQuaraFile interface to cancel the isolation of files in the file isolation box.
Request Method
POST
Request Path
/apsara/route/Sas/RollbackSuspEventQuaraFile
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
QuaraFileId | BODY | integer | No | 3921797 | quarantine file ID. description if you do not enter this parameter, calling the RollbackSuspEventQuaraFile interface will not cancel the isolation of the files in the file isolation box, that is, calling the interface will not take effect. Call DescribeSuspEventQuaraFiles interface to obtain the isolation file ID (the value of the Id parameter). |
From | BODY | string | No | sas | request source identification, fixed as sas. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 52A3AEE6-114A-499D-8990-4BA9B27FE0AA | the unique identifier generated by alibaba cloud for this request. |
Example
Successful Response example
{
"RequestId":"52A3AEE6-114A-499D-8990-4BA9B27FE0AA"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}